var net/http.http2errChanPool

7 uses

	net/http (current package)
		h2_bundle.go#L4723: var http2errChanPool = sync.Pool{
		h2_bundle.go#L4734: 	ch := http2errChanPool.Get().(chan error)
		h2_bundle.go#L4766: 	http2errChanPool.Put(ch)
		h2_bundle.go#L5927: 		errc = http2errChanPool.Get().(chan error)
		h2_bundle.go#L5939: 			http2errChanPool.Put(errc)
		h2_bundle.go#L6552: 		done:   http2errChanPool.Get().(chan error),
		h2_bundle.go#L6569: 		http2errChanPool.Put(msg.done)